Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update landing page + add extensibility. #204

Merged
merged 1 commit into from
Mar 26, 2015
Merged

update landing page + add extensibility. #204

merged 1 commit into from
Mar 26, 2015

Conversation

sahrens
Copy link
Contributor

@sahrens sahrens commented Mar 26, 2015

No description provided.

sahrens added a commit that referenced this pull request Mar 26, 2015
update landing page + add extensibility.
@sahrens sahrens merged commit 9b61be2 into facebook:master Mar 26, 2015
@@ -143,6 +145,78 @@ module.exports = React.createClass({
});`}
</Prism>

<h2>Extensibility</h2>
<p>
It is certainly possible to create a great app using React Native without writing a single line of native code, but React Native is also designed to be easily expended with custom native views and modules - that means you can reuse anything you{"'"}ve already built, and can import and use your favorite native libraries. To create a simple module in iOS, create a new class that implements the RCTBridgeModule protocol, and add RCT_EXPORT to the function you want to make available in JavaScript.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you mean extended? expend definition doesn't seem like what you want to say

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants